Uses of Class
edu.uky.ai.ml.nn.NeuralNetwork
| Package | Description |
|---|---|
| edu.uky.ai.ml |
Contains an example exercise in which a neural network is trained to
recognize images of capital letters.
|
-
Uses of NeuralNetwork in edu.uky.ai.ml
Constructors in edu.uky.ai.ml with parameters of type NeuralNetwork Constructor Description AlphabetFrame(Database database, NeuralNetwork network)Constructs a displays a GUI for interacting with a neural network trained to recognize capital letters.